aboutsummaryrefslogtreecommitdiffstats
path: root/web/app/api/auth/[...nextauth]/route.tsx
diff options
context:
space:
mode:
authorMohamedBassem <me@mbassem.com>2024-02-06 13:12:21 +0000
committerMohamedBassem <me@mbassem.com>2024-02-06 13:12:21 +0000
commit4c901d073376ab9fd37284801011a12261d5963d (patch)
tree537eaea0b85c057dd1b7490afe755c634febece0 /web/app/api/auth/[...nextauth]/route.tsx
parent2518a99d1c296dc838edc2330dc6eb6fe5aead8e (diff)
downloadkarakeep-4c901d073376ab9fd37284801011a12261d5963d.tar.zst
Linting and formatting
Diffstat (limited to 'web/app/api/auth/[...nextauth]/route.tsx')
-rw-r--r--web/app/api/auth/[...nextauth]/route.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/api/auth/[...nextauth]/route.tsx b/web/app/api/auth/[...nextauth]/route.tsx
index bfcda516..e722926b 100644
--- a/web/app/api/auth/[...nextauth]/route.tsx
+++ b/web/app/api/auth/[...nextauth]/route.tsx
@@ -1,3 +1,3 @@
import { authHandler } from "@/lib/auth";
-export { authHandler as GET, authHandler as POST }
+export { authHandler as GET, authHandler as POST };